Adwaita: decrease column headers paddings
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 22 Jul 2014 07:58:58 +0000 (09:58 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 22 Jul 2014 07:58:58 +0000 (09:58 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index 89fa4acacda2eafd9ec1d266377a90cd7668df89..2977627ccaeaab8183e2ae469a813c61e57c7103 100644 (file)
@@ -988,6 +988,7 @@ column-header.button.dnd { // for treeview-like derive widgets
 }
 
 %column_header_button {
+  padding: 3px 6px;
   border-width: 0 1px 1px 0;
   border-radius: 0;
   background-image: none;
index 9270d36d32c733bdcc94811572a8eb340a95025a..0eb35d44b3cbe524666a49d5146e0cba8e9693ed 100644 (file)
@@ -1119,6 +1119,7 @@ column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:ac
   box-shadow: inset 1px 1px 0 1px #215d9c, inset -1px 0 0 1px #215d9c, inset 1px 1px #292929, inset -1px 0 #292929; }
 
 column-header .button, column-header .button:hover, column-header .button:active {
+  padding: 3px 6px;
   border-width: 0 1px 1px 0;
   border-radius: 0;
   background-image: none;
index adf73e2bec98d8b2821c7871aa39575ec9802caa..94f7a6fcd2659e372224f2d0b12389f4c85cd1ed 100644 (file)
@@ -1111,6 +1111,7 @@ column-header.button.dnd, column-header .button.dnd, column-header.button.dnd:ac
   box-shadow: inset 1px 1px 0 1px #4a90d9, inset -1px 0 0 1px #4a90d9, inset 1px 1px white, inset -1px 0 white; }
 
 column-header .button, column-header .button:hover, column-header .button:active {
+  padding: 3px 6px;
   border-width: 0 1px 1px 0;
   border-radius: 0;
   background-image: none;